home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
wordmisc
/
pcform
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1992-09-29
|
184b
|
11 lines
echo off
cls
if exist pcform.exe goto PCFinstall
echo Can not find the file PCFORM.EXE.
echo Installation was not performed.
echo .
goto end
:PCFinstall
pcform install
:end